clang tidy readability-duplicate-include
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 17 Jul 2022 16:47:06 +0000 (10:47 -0600)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 17 Jul 2022 16:47:06 +0000 (10:47 -0600)
grtcirc.cc
transform.cc

index d10e00369d9afaa0d8369daa8d6b7069717afb51..3ee1e54e37e21e419317b86c84353d9e34d77434 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <cerrno>
 #include <cmath>
-#include <cmath>
 #include <cstdio>
 
 static const double EARTH_RAD = 6378137.0;
index c31df15bc3b5e45d9b42397d63a79846f12cb62c..32f4aa2a0c67f9205c72829ad60e0cc6a0faa823 100644 (file)
@@ -31,7 +31,6 @@
 
 #if FILTERS_ENABLED
 
-#include <cctype>
 
 #define MYNAME "transform"